home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / wrb100c2.zip / BULL0007.ASC < prev    next >
Text File  |  1993-01-18  |  4KB  |  77 lines

  1. ╔═════════════════════════════════════════════════════════════════════════════╗
  2. ║  PERFORMANCE ANOMALIES (BUGS) FOUND IN WR-BBS - AND CORRECTION INFORMATION  ║
  3. ╚═════════════════════════════════════════════════════════════════════════════╝
  4.  This bulletin is updated each time that a new version of WR-BBS is released.
  5.  Bugs are inevitable in any complex program such as a BBS application.   When
  6.  a bug is discovered, it is corrected in the next maintenance release,  or if
  7.  it severely affects operation, in an immediate patch.  SysOps running WR-BBS
  8.  are encouraged to download the latest version of WR-BBS (or any patches that
  9.  may be issued).  There is never a charge for maintenance updates or patches.
  10. ---------------------------------------------------------------------------
  11. BUG #  1                                             Fixed in version 0.97P
  12.  
  13. The FILE SEARCH routine sometimes failed with an error message stating that
  14. a bad index key was found.
  15.  
  16. Procedure was re-written to eliminate duplicate key being added when a file
  17. was added to library after deleting a file description.
  18.  
  19. ---------------------------------------------------------------------------
  20. BUG #  2                                             Fixed in version 0.97P
  21.  
  22. In the  WHO CALLED TODAY routine, if the caller aborted display before full
  23. screen was drawn, prompts were jumbled together.
  24.  
  25. Added CR/LF  to this  procedure to  eliminate strings  being output without
  26. seperation.
  27.  
  28. ---------------------------------------------------------------------------
  29. BUG #  3                                             Fixed in version 0.97P
  30.  
  31. In the  MESSAGE EDIT  routine, a  caller attempting to edit a message could
  32. not type  a 74  character line,  even though  74 characters  was originally
  33. allowed for the message lines.
  34.  
  35. Corrected the  local string  variable's length to allow 74 character length
  36. when editing a line.
  37.  
  38. ---------------------------------------------------------------------------
  39. BUG #  4                                             Fixed in version 0.97P
  40.  
  41. If a caller is logged on when the date changes (midnight passes), and drops
  42. carrier after  midnight has  passed, his  "time remaining"  is  set  to  an
  43. invalid value ( -32766 ) and that caller cannot log on again until the next
  44. day.
  45.  
  46. Corrected carrier  detection function to properly adjust for date wrap when
  47. tearing down call after a carrier loss.
  48.  
  49. ---------------------------------------------------------------------------
  50. BUG #  5                                             Fixed in version 0.97P
  51.  
  52. Callers who use old fashioned TTY equipment, with no ANSI support, miss the
  53. first line  of the  initial answer  screen, or this line is skewed over two
  54. lines.
  55.  
  56. Placed the  non-ansi screen clearing character on its own line so screen is
  57. cleared before any text is transmitted.
  58.  
  59. ---------------------------------------------------------------------------
  60. BUG #  6                                             Fixed in version ?.???
  61.  
  62. No "new  files since  last call" routine, even though this was described in
  63. the original product specification of January 17, 1992.
  64.  
  65. Support for this feature will be added in the next update.
  66.  
  67. ---------------------------------------------------------------------------
  68. BUG #  7                                             Fixed in version 0.97P
  69.  
  70. If SysOp  manually deletes  a user  account, and that same user is the very
  71. next caller  to attempt  a logon,  system finds  their deleted  record  and
  72. requires their old password to log in.  Extremely rare, but a bug.
  73.  
  74. Found problem in deferred update operation of W-TREE Database Manager.  Has
  75. been corrected in W-TREE Database Manager version 10.9 for WR-BBS 0.97P.
  76.  
  77.